From: Mitchell Hentges Date: Mon, 26 Sep 2022 22:00:30 +0000 (+0200) Subject: Fix GtkSettings docs typo X-Git-Tag: archive/raspbian/4.8.3+ds-2+rpi1~3^2~20^2~1^2~28^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=f8c0d86d6c2f667fa0ac263058be642d0941e39e;p=gtk4.git Fix GtkSettings docs typo "left of right" should be "left or right". There's a small (subjective?) English nit in there as well: I believe that buttons are placed (for example) "on the right" rather than "at the right". --- diff --git a/gtk/gtksettings.c b/gtk/gtksettings.c index aeeba2ac6f..532467ffe5 100644 --- a/gtk/gtksettings.c +++ b/gtk/gtksettings.c @@ -907,7 +907,7 @@ gtk_settings_class_init (GtkSettingsClass *class) * * Determines which buttons should be put in the * titlebar of client-side decorated windows, and whether they - * should be placed at the left of right. + * should be placed on the left or right. * * The format of the string is button names, separated by commas. * A colon separates the buttons that should appear on the left